@media (max-width: 576px) {
  .span12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .carousel {
    height: 180px;
    width: 100vw;
  }

  .carousel .carousel-inner {
    height: 180px;
    ;
  }

  .carousel .item {
    height: 180px;
  }

  .about P {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .span6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .solution li,
  .solution li>a {
    height: 300px !important;
  }

  .recomment .content .span6 {
    width: 50%;
    float: left;
  }

  .recomment .content .detailBg h4,
  .recomment .content .detailBg .card-text {
    left: 5px !important;
    position: absolute;
  }

  .recomment .content .detailBg h4 {
    top: 162px !important;
  }

  .recomment .content .detailBg .card-text {
    top: 190px !important;
  }

  .recomment .content .detailBg span {
    right: 3px !important;
    top: 165px !important;
    position: absolute;
  }

  .recomment .content .detailBg {
    height: 220px !important;
  }

  .recomment .content .detailBg div {
    height: 150px !important;
  }

  .recomment .pagination2 {
    bottom: -50px !important;
  }

  .solution li .content p {
    margin-top: 10px;
  }

  .solution li .content .word2 {
    margin-top: 10px;
  }

  .solution {
    width: 100vw;
  }

  .solution li .content {
    top: 80px;
  }

  .solution .arrow-left {
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .solution .arrow-right {
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .solution .arrow-left {
    background: url("/static/web/img/left_arrow.7a6123e3b466.png") no-repeat;
    position: absolute;
    z-index: 10;
    top: 0;
    background-size: 100% 100%;
  }

  .solution .arrow-right {
    background: url("/static/web/img/right_arrow.7fc67fd2d1aa.png") no-repeat;
    position: absolute;
    z-index: 10;
    top: 0;
    background-size: 100% 100%;
  }

  .about {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mb75 {
    margin-bottom: 30px;
  }

  .mb32 {
    margin-bottom: 32px;
  }

  .news .content>.nth2>a>div {
    left: 190px;
    width: calc(100% - 190px);
  }

  .news .content>.nth1 h3,
  .news .content>.nth1 p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .news .content>.nth1>div>a {
    margin-left: 10px;
  }

  .news .content>.nth1>div {
    width: 100%;
  }

  .recomment .content {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .footer p {
    padding-left: 0 !important;
  }
}

@media (min-width: 980px) {
  .news .content>.nth1>div {
    position: absolute;
  }
}

@media (min-width: 577px) {
  .carousel {
    height: 41.7vw;
    width: 100%;
  }

  .carousel .carousel-inner {
    height: 41.7vw;
    ;
  }

  .carousel .item {
    height: 41.7vw;
  }

  .solution li,
  .solution li>a {
    height: 445px !important;
  }

  .solution li .content .word2 {
    margin-top: 60px;
  }

  .solution li .content p {
    margin-top: 30px;
  }

  .solution li .content {
    top: 130px;
  }

  .solution .arrow-left {
    width: 25px;
    height: 445px;
  }

  .solution .arrow-right {
    width: 25px;
    height: 445px;
  }

  .about .span6 {
    padding-left: 0px !important;
  }

  .solution .arrow-left,
  .solution .arrow-right {
    position: absolute;
    z-index: 10;
  }

  .solution .arrow-left>img,
  .solution .arrow-right>img {
    height: 100%;
    width: 100%;
  }

  .solution .arrow-left>.img1,
  .solution .arrow-right>.img1 {
    display: block;
  }

  .solution .arrow-left>.img2,
  .solution .arrow-right>.img2 {
    display: none;
  }

  .solution .arrow-left:hover>.img1,
  .solution .arrow-right:hover>.img1 {
    display: none;
  }

  .solution .arrow-left:hover>.img2,
  .solution .arrow-right:hover>.img2 {
    display: block;
  }

  .mb75 {
    margin-bottom: 75px;
  }

  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .recomment .content .bg {
    border-radius: 5px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    z-index: 100;
    padding-right: 0px !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161a1d;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
  }

  .recomment .content>div:hover .bg {
    background: #0093d9;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  }

  .recomment .content>div:hover .detailBg h4 {
    top: 20px;
    z-index: 101;
    color: #fff;
  }

  .recomment .content>div:hover .detailBg .card-text {
    top: 50px;
    z-index: 101;
    color: #fff;
  }

  .recomment .content>div:hover .detailBg .detail {
    top: 100px;
    z-index: 101;
    color: #fff;
  }

  .recomment .content>div:hover .detailBg .sp1 {
    top: 80px;
    z-index: 101;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .recomment .content>div:hover .detailBg .sp2 {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 280px;
    z-index: 101;
  }

  .news .content>.nth2>a>div {
    left: 200px;
    width: calc(100% - 200px);
  }

  .recomment .content {
    width: 30%;
    margin-left: 1.66%;
    margin-right: 1.66%;
  }
}

@media (max-width: 767px) {
  .recomment .content .span4 .bg {
    border-radius: 5px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    z-index: 100;
    padding-right: 0px !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161a1d;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
  }

  .solution li {
    width: 10%;
  }

  .recomment .content .span4 {
    margin-bottom: 20px;
  }

  .recomment .content .span4 .bg {
    height: 240px;
  }

  .recomment .content .span4 .detailBg {
    height: 240px;
  }

  .recomment .content .span4 .detailBg h4 {
    top: 170px;
  }

  .recomment .content .span4 .detailBg .card-text {
    top: 205px;
  }

  .recomment .content .span4 .detailBg .detail {
    top: 320px;
    line-height: 20px;
  }

  .recomment .content .span4 .detailBg .sp1 {
    top: 210px;
  }

  .recomment .content .span4 .detailBg .sp2 {
    top: 300px;
  }

  .recomment .content>div:hover .detailBg .sp2 {
    opacity: 1;
    top: 190px;
    z-index: 101;
  }

  .news .content>.nth1>div {
    position: absolute;
  }

  .solution .arrow-left,
  .solution .arrow-right {
    top: 0;
  }

  .recomment .arrow-left,
  .recomment .arrow-right {
    top: 30%;
  }

  .solution .arrow-left,
  .recomment .arrow-left {
    left: 30px;
  }

  .solution .arrow-right,
  .recomment .arrow-right {
    right: 30px;
  }

}

@media (min-width: 980px) {

  .recomment .arrow-left,
  .recomment .arrow-right {
    top: 40%;
  }

  .solution .arrow-left,
  .solution .arrow-right {
    top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {

  .solution .arrow-left,
  .solution .arrow-right {
    top: 0;
  }

  .recomment .arrow-left,
  .recomment .arrow-right {
    top: 45%;
  }

  .about .container,
  .news .container,
  .recomment .re_product {
    width: 750px !important;
  }

  .solution {
    width: 770px;
    margin: 0px auto;
  }

  .recomment .content .bg {
    height: 240px;
  }

  .recomment .content .detailBg {
    height: 240px;
  }

  .recomment .content .detailBg h4 {
    top: 170px;
  }

  .recomment .content .detailBg .card-text {
    top: 205px;
  }

  .recomment .content .detailBg .detail {
    top: 320px;
    line-height: 20px;
  }

  .recomment .content .detailBg .sp1 {
    top: 210px;
  }

  .recomment .content .detailBg .sp2 {
    top: 300px;
  }

  .recomment .content>div:hover .detailBg .sp2 {
    opacity: 1;
    top: 190px;
    z-index: 101;
  }

  .solution .arrow-left,
  .recomment .arrow-left {
    left: -70px;
  }

  .solution .arrow-right,
  .recomment .arrow-right {
    right: -70px;
  }

  .carousel-control.left {
    left: 70px;
  }

  .carousel-control.right {
    right: 70px;
  }

}

@media screen and (min-width: 980px) and (max-width: 1299px) {

  .recomment .re_product {
    width: 970px !important;
  }

  .solution {
    width: 990px;
    margin: 0px auto;
  }

  .recomment .content .bg {
    height: 320px;
  }

  .recomment .content .detailBg {
    height: 320px;
  }

  .recomment .content .detailBg h4 {
    top: 235px;
  }

  .recomment .content .detailBg .card-text {
    top: 275px;
  }

  .recomment .content .detailBg .detail {
    top: 320px;
  }

  .recomment .content .detailBg .sp1 {
    top: 210px;
  }

  .recomment .content .detailBg .sp2 {
    top: 300px;
  }

}

@media screen and (min-width: 992px) and (max-width: 1079px) {

  .solution .arrow-left,
  .recomment .arrow-left {
    left: -100px;
  }

  .solution .arrow-right,
  .recomment .arrow-right {
    right: -100px;
  }

  .carousel-control.left {
    left: 100px;
  }

  .carousel-control.right {
    right: 100px;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1149px) {

  .solution .arrow-left,
  .recomment .arrow-left {
    left: -50px;
  }

  .solution .arrow-right,
  .recomment .arrow-right {
    right: -50px;
  }

  .carousel-control.left {
    left: 50px;
  }

  .carousel-control.right {
    right: 50px;
  }
}

@media screen and (min-width: 1150px) and (max-width: 1199px) {

  .solution .arrow-left,
  .recomment .arrow-left {
    left: -70px;
  }

  .solution .arrow-right,
  .recomment .arrow-right {
    right: -70px;
  }

  .carousel-control.left {
    left: 70px;
  }

  .carousel-control.right {
    right: 70px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {

  .solution .arrow-left,
  .recomment .arrow-left {
    left: -70px;
  }

  .solution .arrow-right,
  .recomment .arrow-right {
    right: -70px;
  }

  .carousel-control.left {
    left: 70px;
  }

  .carousel-control.right {
    right: 70px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1379px) {

  .solution .arrow-left,
  .recomment .arrow-left {
    left: -50px;
  }

  .solution .arrow-right,
  .recomment .arrow-right {
    right: -50px;
  }

  .carousel-control.left {
    left: 50px;
  }

  .carousel-control.right {
    right: 50px;
  }
}

@media (min-width: 1380px) {

  .solution .arrow-left,
  .recomment .arrow-left {
    left: -50px;
  }

  .solution .arrow-right,
  .recomment .arrow-right {
    right: -50px;
  }

  .carousel-control.left {
    left: 60px;
  }

  .carousel-control.right {
    right: 60px;
  }
}

@media (min-width: 1300px) {

  .about .container,
  .news .container,
  .recomment .re_product {
    width: 1170px !important;
  }

  .solution {
    width: 1190px;
    margin: 0px auto
  }

  .recomment .content .bg {
    height: 340px;
  }

  .recomment .content .detailBg {
    height: 340px;
  }

  .recomment .content .detailBg h4 {
    top: 272px;
  }

  .recomment .content .detailBg .card-text {
    top: 305px;
  }

  .recomment .content .detailBg .detail {
    top: 340px;
  }

  .recomment .content .detailBg>span {
    top: 210px;
  }
}

.carousel .item img {
  width: 100%;
  height: 100%;
}

/*方案样式*/

.solution {
  position: relative;
}

.swiper-wrapper {
  width: 800% !important;
}

.solution li {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
  list-style: none;
  float: left;
}

.solution li a {
  text-decoration: none;
}

.solution li>a {
  width: 96%;
  display: inline-block;
  background-size: 100% 100%;
}

.solution li .bg {
  position: absolute;
  left: 2%;
  right: 2%;
  top: 0;
  bottom: 0;
  background: #161a1d;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
}

.solution li .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.solution li .content img {
  width: 64px;
  height: 64px;
}

.solution li .content .img {
  display: inline-block;
}

.solution li .content .img_h {
  display: none;
}

.solution li .content .line {
  width: 20px;
  height: 5px;
  background: #f9f9f9;
  display: inline-block;
  margin-top: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  transition: all .4s cubic-bezier(.4, 0, .2, 1);

}

.solution li .content h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.4s cubic-bezier(.4, 0, .2, 1);
  padding-left: 10px;
  padding-right: 10px;
}

.solution li .content p {
  font-size: 14px;
  font-weight: normal;
  color: #D8E8F4;
  line-height: 25px;
  padding: 0px 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.solution li .content .word2 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 40px;
  min-width: 140px;
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.solution li:hover .bg {
  background: #0093d9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
}

.solution li .content:hover {
  top: 50px;
}

.solution li .content:hover .img {
  display: none;
}

.solution li .content:hover .img_h {
  display: inline-block;
}

.solution li .content:hover .line {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}

.solution li .content:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}

.solution li .content:hover .word2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}

.solution li .content:hover h4 {
  margin-top: 0px;
}

/*推荐样式*/

.recomment {
  clear: both;
  padding-bottom: 120px;
  background: #ccc;
}

.re_product {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.recomment .arrow-left {
  width: 40px;
  height: 40px;
}

.recomment .arrow-right {
  width: 40px;
  height: 40px;
}

.recomment .arrow-left,
.recomment .arrow-right {
  position: absolute;
  z-index: 10;
}

.recomment .arrow-left>img,
.recomment .arrow-right>img {
  width: 100%;
  height: 100%;
}

.recomment .container {
  padding-bottom: 60px;
}

.recomment-container1,
.recomment-container2 {
  overflow: hidden;
}

.recomment .content {
  display: inline-block;
  float: left;
}

.recomment .content .detailBg,
.recomment .content .detailBg {
  cursor: pointer;
  position: relative;
  min-width: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .25rem;
  box-sizing: border-box;
  overflow: hidden;
}

.recomment .content .detailBg h4,
.recomment .content .detailBg h4 {
  position: absolute;
  font-size: 16px;
  left: 15px;
  font-weight: bold;
  padding-bottom: 20px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.recomment .content .detailBg .card-text,
.recomment .content .detailBg .card-text {
  position: absolute;
  font-size: 14px;
  left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.recomment .content .detailBg .detail,
.recomment .content .detailBg .detail {
  position: absolute;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  line-height: 30px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

.recomment .content .detailBg>.sp1 {
  width: 65px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 15px;
  opacity: 0;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.recomment .content .detailBg .sp2 {
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #fff;
  left: 15px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 300px;
  position: absolute;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.recomment .pagination {
  position: absolute;
  z-index: 20;
  bottom: -115px;
  width: 100%;
  text-align: center;
  left: 0px;
}

.recomment .pagination2 {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
  left: 0px;
}

.recomment .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #555;
  cursor: pointer;
}

.recomment .swiper-active-switch {
  background: #0093d9;
  border: 1px solid transparent;
}

/*关于我们样式*/

.about {
  font-size: 14px;
}

.about>div {
  padding-bottom: 30px;
}

.about .span6 {
  height: 270px;
}

.about .span6>#contact {
  height: 270px;
}

.about .span6>#contact>img {
  width: 100%;
  height: 100%;
}

.about p {
  line-height: 32px;
  color: #808080;
  word-wrap: break-word;
}

.about a {
  border: 1px solid #999;
  color: #666;
  height: 35px;
  width: 100px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  text-decoration: none;
}

/*新闻样式*/

.news {
  padding-bottom: 30px;
}

.news .content {
  width: 100%;
}

.news .content>.nth1 {
  background: #F5F5F5;
  padding-top: 15px;
  height: 385px;
  position: relative;
}

.news .content>.nth1 .img {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.news .content>.nth1 .img img {
  width: 97%;
  margin-left: 1.5%;
}

.news .content>.nth1 .img span {
  top: 25px;
  left: 25px;
  color: #fff;
  font-size: 25px;
  position: absolute;
}

.news .content>.nth1>div {
  background: rgb(245, 245, 245);
  width: 100%;
  bottom: 0px;
  height: 145px;
}

.news .content>.nth1 h3 {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.news .content>.nth1 p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  opacity: 0.6;
  height: 40px;
  word-wrap: break-word;
  padding-left: 15px;
  padding-right: 15px;
}

.news .content>.nth1>div>a {
  border: 1px solid #999;
  color: #666;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  margin-left: 15px;
}

.news .content>.nth2>a {
  border-top: 2px solid #999;
  position: relative;
  display: block;
  text-decoration: none;
}

.news .content>.nth2>.ath1 {
  border-top: none;
  height: 122.5px;
}

.news .content>.nth2>.ath2 {
  height: 121px;
  padding-top: 32.5px;
}

.news .content>.nth2>.ath3 {
  height: 121px;
  padding-top: 33px;
}

.news .content>.nth2>a>img {
  position: absolute;
  width: 180px;
  height: 90px;
}

.news .content>.nth2>a>div {
  position: absolute;
}

.news .content>.nth2>a>div>h3 {
  font-size: 18px;
  padding-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  line-height: 18px !important;
}

.news .content>.nth2>a>div>p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  opacity: 0.6;
}

.recomment .swiper-pagination {
  position: inherit !important;
  margin-top: 30px;
}

.header1 {
  text-align: center;
  border-bottom: 2px solid #c1b7b7;
  height: 115px;
}

.header1 h1 {
  font-size: 22px;
  padding-top: 50px;
  text-align: center;
}

.header1 span {
  font-size: 12px;
  color: #c1b7b7;
  padding-top: 5px;
  font-weight: normal;
  width: 240px;
  display: inline-block;
  border-bottom: 5px solid #0093d9;
  padding-bottom: 5px;
}

h1.rheader {
  color: #fff;
}

.pt75 {
  padding-top: 75px;
}

.mt60 {
  margin-top: 60px;
}

.carousel-control {
  background: none !important;
  border: 0px solid #000 !important;
  top: 45% !important;
  margin-top: 0px !important;
}

.home-top-warning {
  margin-top: 0.3vw;
  margin-bottom: 0.2vw;
  padding: 0 20px;
  color: red;
}